LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
IccUnknownTagType Constructor(Int32,Byte[])
See Also 
Leadtools.ColorConversion Namespace > IccUnknownTagType Class > IccUnknownTagType Constructor : IccUnknownTagType Constructor(Int32,Byte[])



signature
Value that represents the tag's type signature.
data
Array that contains the tag's data.
Initializes a new IccUnknownTagType with explicit parameters.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal signature As Integer, _
   ByVal data() As Byte _
)
Visual Basic (Usage)Copy Code
Dim signature As Integer
Dim data() As Byte
 
Dim instance As New IccUnknownTagType(signature, data)
C# 
public IccUnknownTagType( 
   int signature,
   byte[] data
)
C++/CLI 
public:
IccUnknownTagType( 
   int signature,
   array<byte>^ data
)

Parameters

signature
Value that represents the tag's type signature.
data
Array that contains the tag's data.

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also